home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / lib / gcc-lib / ppc-amigaos / 2.95.1 / sys-include / powerup / lvo / iffparse_lvo.h < prev    next >
C/C++ Source or Header  |  2000-03-13  |  1KB  |  52 lines

  1. #ifndef _LVO_IFFPARSE_LIB_H
  2. #define _LVO_IFFPARSE_LIB_H
  3.  
  4. /*
  5.  *  $VER: iffparse_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_AllocIFF    (-0x1E)
  11. #define    LVO_OpenIFF    (-0x24)
  12. #define    LVO_ParseIFF    (-0x2A)
  13. #define    LVO_CloseIFF    (-0x30)
  14. #define    LVO_FreeIFF    (-0x36)
  15. #define    LVO_ReadChunkBytes    (-0x3C)
  16. #define    LVO_WriteChunkBytes    (-0x42)
  17. #define    LVO_ReadChunkRecords    (-0x48)
  18. #define    LVO_WriteChunkRecords    (-0x4E)
  19. #define    LVO_PushChunk    (-0x54)
  20. #define    LVO_PopChunk    (-0x5A)
  21. #define    LVO_EntryHandler    (-0x66)
  22. #define    LVO_ExitHandler    (-0x6C)
  23. #define    LVO_PropChunk    (-0x72)
  24. #define    LVO_PropChunks    (-0x78)
  25. #define    LVO_StopChunk    (-0x7E)
  26. #define    LVO_StopChunks    (-0x84)
  27. #define    LVO_CollectionChunk    (-0x8A)
  28. #define    LVO_CollectionChunks    (-0x90)
  29. #define    LVO_StopOnExit    (-0x96)
  30. #define    LVO_FindProp    (-0x9C)
  31. #define    LVO_FindCollection    (-0xA2)
  32. #define    LVO_FindPropContext    (-0xA8)
  33. #define    LVO_CurrentChunk    (-0xAE)
  34. #define    LVO_ParentChunk    (-0xB4)
  35. #define    LVO_AllocLocalItem    (-0xBA)
  36. #define    LVO_LocalItemData    (-0xC0)
  37. #define    LVO_SetLocalItemPurge    (-0xC6)
  38. #define    LVO_FreeLocalItem    (-0xCC)
  39. #define    LVO_FindLocalItem    (-0xD2)
  40. #define    LVO_StoreLocalItem    (-0xD8)
  41. #define    LVO_StoreItemInContext    (-0xDE)
  42. #define    LVO_InitIFF    (-0xE4)
  43. #define    LVO_InitIFFasDOS    (-0xEA)
  44. #define    LVO_InitIFFasClip    (-0xF0)
  45. #define    LVO_OpenClipboard    (-0xF6)
  46. #define    LVO_CloseClipboard    (-0xFC)
  47. #define    LVO_GoodID    (-0x102)
  48. #define    LVO_GoodType    (-0x108)
  49. #define    LVO_IDtoStr    (-0x10E)
  50.  
  51. #endif
  52.